ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / GroupSummaryPosition Property

In This Topic
    GroupSummaryPosition Property (MultiRow<T>)
    In This Topic
    Gets or sets a value that determines the position of group summary row in the group. This property does not work if ChildItemsPath property is set.
    Syntax
    'Declaration
     
    Public Overridable Property GroupSummaryPosition As GroupSummaryPosition
    public virtual GroupSummaryPosition GroupSummaryPosition {get; set;}
    See Also